QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

C Strings

Labels

ASCII
CString
Binary
strc ( = 0x73747263 )

Data Format

String              cString
cString
A string constant (that is, a sequence of ASCII characters enclosed in double-quotation marks). See "Strings" , for a list of the escape sequences that may occur in a cString object.

Data Size

sizeof(String)

Description

A C string may be used to include text in a metafile.

Parent Hierarchy

Shared, string.

Parent Objects

None.

Child Objects

None.

Example

cString (
"Copyright Apple Computer, Inc., 1995"
)

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |